Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. Although this is sufficient for programmers with rich development experience, during program execution, they can output the values of specific variables to
Xdebug document (iii) stack tracing and xdebug document stack Tracing
When xdebug is activated, once PHP displays notifications, warnings, or errors, xdebug displays stack trace information. This stack information can be configured and displayed
Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. Although this is sufficient for programmers with rich development experience, during program execution, they can output the values of specific variables to
Install and use XDebug, a PHP debugging tool. Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. Although this is sufficient for programmers with rich development experience, they can often use echo, print_r (), var_
PHP debugging tool Xdebug installation and configuration tutorial describes PHP code debugging. for experienced PHPer, the echo, print_r, var_dump functions, or PHP development tools zendstudio and editplus can solve most of the problems, however,
Use xdebug to Debug PHP to find out the bottleneck of the PHP program. Xdebug is an extension application of PHP. with xdebug, you can easily debug the PHP program. with it, we don't need to use var_dump (), print_r () and so on. Xd
XdebugIt is an
Xdebug is an open-source PHP debugger that is loaded and used as a PHP module. It can be used to track, debug, and analyze the running status of PHP programs.
Php5.2.13 is used as an example,
1. Download The php_xdebug-2.1.0-5.2.dll file,
Http://www.
Xdebug Document (iii) stack trace, xdebug document Stack trace
When Xdebug is activated, PHP xdebug displays the stack trace information as soon as the notification, warning, or error is displayed. This stack of information can be configured to
Xdebug is a tool commonly used to debug the performance of php programs. The following article describes how to install and configure xdebug in the lnmp System and the final simple debugging method, there are also some solutions to problems
Although you can use PHP to create command-line scripts for tasks such as system management and traditional data processing, programming languages have a major impact on the performance of WEB applications. Each PHP application resides on the server
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.